IdeaBlade DevForce 2010 Help Reference
Send(Guid,Object[]) Method
See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > INotificationManager Interface > Send Method : Send(Guid,Object[]) Method



serviceKey
The service key passed to your method
args
Data to be sent to subscribers
Called by a ServerNotifyDelegate implementation to send information to all current subscribers.

Syntax

Visual Basic (Declaration) 
Overloads Sub Send( _
   ByVal serviceKey As Guid, _
   ByVal ParamArray args() As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As INotificationManager
Dim serviceKey As Guid
Dim args() As Object
 
instance.Send(serviceKey, args)
C# 
void Send( 
   Guid serviceKey,
   params object[] args
)
C++/CLI 
void Send( 
   Guid serviceKey,
   ... array<Object^>^ args
) 

Parameters

serviceKey
The service key passed to your method
args
Data to be sent to subscribers

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.